home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 2
/
Atari Mega Archive CD - Volume 2.iso
/
minix
/
up1510b.tgz
/
up1510b
/
src
/
commands
/
stterm
/
README.HACKS
< prev
next >
Wrap
Text File
|
1990-07-15
|
551b
|
24 lines
list of enhancements to term:
- allows speed, line to use and escape chars to be spec'ed
(need to be fixed up a little for midi line)
usage:
term [-s speed] [-l line] [-e escape char]
defaults in "const.h"
- escape-^D synonym for escape-.
- fully implemented escape to shell
- on escape-!
- write_tty informs read_tty to suspend
(via SIGALRM)
- do_shell()
- write_tty informs read_tty to un-suspend
- replaced all system("stty ...") with real ioctl()'s
- more errchks.
enjoy,
++jrb bammi@dsrgsun.ces.cwru.edu